Wyo Java Ch20Proj3

Write a class named MinHeap that implements the abstract data definition of Java's PriorityQueue class. You may use the MaxHeap class that is found in our Handout folder as a model. However, your MinHeap class should use a min-heap rather than a max-heap to prioritize work orders. Write a client program named Ch20Proj3 that can be used to display a bunch of work orders in order of priority.

Your program must follow the class Coding Standards. Save all of the files associated with this assignment to a folder named Ch20Proj3 in the appropriate network folder.

Submit the printed code stapled to a screen capture of the runtime output.